.sms-wrap {
  background-color: #ffffff;
}
.sms-topWrap {
  width: 100%;
  height: 500px;
  background: url("../imgs/smsOffAccount_topBg.png") no-repeat;
  background-size: 100% 100%;
}
.sms-top {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}
.sms-top img {
  width: 406px;
  height: 279px;
  margin-top: 111px;
}
.sms-top-describe {
  margin-top: 118px;
  margin-right: 319px;
}
.sms-top-describe span {
  color: rgba(255, 255, 255, 1);
  display: block;
  font-size: 30px;
  font-weight: 400;
}
.mrTop {
  margin-top: 24px;
}
.sms-top-describe span:first-child {
  font-size: 54px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  margin-bottom: 60px;
}
.sms-top-describe button {
  margin-top: 60px;
  border: none;
  width: 200px;
  height: 59px;
  background: rgba(63, 199, 43, 1);
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
}
.pro-featuresWrap {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  margin-top: 90px;
}
.pro-features-tit {
  font-size: 42px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}
.pro-features-bj {
  margin: 25px 0 80px 0;
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #bababa;
}
.pro-features-bj span {
  color: rgba(63, 199, 43, 1);
}
.pro-features-bj span:last-child {
  color: #333333;
}
.pro-features-nav {
  margin-bottom: 88px;
}
.pro-features-nav img {
  width: 400px;
  height: 615px;
  margin-right: 50px;
}
.flowinletwrap {
  width: 100%;
  height: 1078px;
  background-image: url(../imgs/solu/dyhllrk_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.flowinlet {
  padding-top: 88px;
  box-sizing: border-box;

  width: 1200px;
  margin: 0 auto;
}
.flowinlet-title {
  font-size: 42px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}
.flowinlet-con {
  width: 862px;
  margin-left: 169px;
  margin-top: 88px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.flowinlet-con img {
  width: 304px;
  height: 612px;
  margin-right: 178px;
}

.flowinlet-clerk {
  width: 380px;
  height: 564px;
  border: 4px solid rgba(255, 255, 255, 0.5);
  padding: 160px 48px 0 29px;
  box-sizing: border-box;
}
.flowinlet-clerk-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
}
.flowinlet-clerk-nav img {
  width: 30px;
  height: 30px;
  margin-right: 40px;
}
.flowinlet-clerk-nav span {
  width: 238px;
  line-height: 30px;
  color: #fff;
  font-size: 24px;
}
.flowinlet-tabwrap {
  margin-top: 80px;
  width: 1200px;
  display: flex;
  flex-direction: row;
}
.flowinlet-tab {
  background: rgba(0, 0, 0, 0.5);
  width: 300px;
  height: 112px;
  line-height: 112px;
  text-align: center;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
}

/* .flowinlet-tab:before {
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  left: calc(50% - 10px);
  top: 0;
  border-width: 0px 10px 10px 10px;
  border-color: transparent transparent #3FC72B transparent;
  transition-property: top;
}
.flowinlet-tab:hover {
  transform: translateY(0px);
  background-color: #3FC72B;
}
.flowinlet-tab:hover:before {
  top: -10px;
}  */

.ourAdvantageWrap {
  width: 100%;
  margin-top: 89px;
}
.ourAdvantage {
  width: 1200px;
  margin: 0 auto;
}
.ourAdvantage-tit {
  text-align: center;
  font-size: 42px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}
.ourAdvantage-con {
  margin-top: 33px;
  margin-left: 63px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 1063px;
}
.ourAdvantage-con-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 137px;
  margin-bottom: 35px;
}
.ourAdvantage-con-nav:nth-child(2n) {
  margin-right: 0;
}
.ourAdvantage-con-nav img {
  width: 105px;
  height: 105px;
  margin-right: 46px;
}
.ourAdvantage-con-navClerk {
  width: 312px;
  display: flex;
  flex-direction: column;
}
.ourAdvantage-con-navClerk span:first-child {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  margin-bottom: 16px;
  color: rgba(51, 51, 51, 1);
}
.ourAdvantage-con-navClerk span {
  line-height: 24px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
}
.settingStepWrap {
  margin-top: 74px;
  background-color: #f8f8f8;
}
.settingStep {
  width: 1200px;
  margin: 0 auto;
  padding-top: 89px;
  padding-bottom: 78px;
  box-sizing: border-box;
}
.settingStep-tit {
  text-align: center;
  font-size: 42px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  margin-bottom: 79px;
}
.settingStep-con {
  width: 907px;
  margin-left: 134px;
  display: flex;
  flex-direction: row;
}
.settingStep-con-nav {
  width: 130px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
.settingStep-con-nav img {
  width: 101px;
  height: 140px;
  margin-bottom: 20px;
}
.settingStep-con-nav span {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  margin-bottom: 19px;
}
.settingStep-clerk-nav {
  display: flex;
  flex-direction: row;
}
.settingStep-clerk-nav img {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.settingStep-clerk-nav span {
  width: 100px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
}
.linkLine {
  margin: 92px 39px 0 39px;
  width: 207px;
}
.linkLine img {
  width: 207px;
  height: 2px;
}
.contactKf {
  margin-left: 67px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
}
/**
导航
*/
.nav {
  height: 57px;
  width: 100%;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 0 71px;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  z-index: 998;
}

.nav-index-logo {
  margin: 10px 0 12px 0;
  width: 128px;
  height: 33px;
  cursor: pointer;
}

.nav-index-menus {
  height: 57px;
  display: inherit;
  align-items: center;
}

.nav-index-menus > ul {
  display: flex;
  justify-content: space-around;
}

.nav-index-menus > ul li {
  padding: 15px 30px;
  box-sizing: border-box;
  font-size: 11px;
  cursor: pointer;
  vertical-align: middle;
  display: inherit;
  align-items: center;
}

.nav-index-menus ul li:hover {
  color: #3fc72b;
}

.li-son {
  position: absolute;
  width: 100%;
  background: #ffffff;
  left: 0;
  top: 57px;
  font-size: 11px;
  overflow: hidden;
}

.li-son > div {
  transition: 0.2s all;
  height: 0;
  overflow: hidden;
}

.more-items:hover .nav-index-menus .li-son {
  height: 200px;
}

.nav-index-menus-img {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.nav-index-menus-item-login-tips {
  border: 1px solid #3fc72b;
  border-radius: 11px;
  padding: 6px 9px;
  box-sizing: border-box;
  color: #3fc72b;
}
.nav a {
  color: #2b2b2b;
}

/**
form
*/
.fixed-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}

.form {
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #666666;
  width: 370px;
  height: 427px;
  background: #fffeff;
  border-radius: 10px;
  text-align: center;
}

.form-title {
  color: #3fc72b;
  font-size: 21px;
  padding: 20px 0;
  box-sizing: border-box;
}

.form-label {
  font-size: 11px;
  padding-bottom: 20px;
  box-sizing: border-box;
  color: #888888;
}

.form-bg {
  width: 100%;
  height: 490px;
  overflow: hidden;
}

.form-bg button {
  height: 28px;
  width: 136px;
  text-align: center;
  line-height: 28px;
  color: #fff;
  font-size: 14px;
  background: #45b035;
  outline: none;
  border: none;
  margin-top: 37px;
}

.form-item:first-child {
  margin-top: 20px;
}

.form-item {
  margin-top: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.form-item label {
  color: #888888;
  font-size: 13px;
}

.form-item input[type="text"] {
  width: 136px;
  height: 28px;
  outline: none;
  border-radius: 4px;
  border: none;
  padding: 5px 10px;
  box-sizing: border-box;
  background: #f6f4f5;
}

.form-item textarea {
  width: 296px;
  border-radius: 4px;
  padding: 10px 10px;
  box-sizing: border-box;
  background: #f6f4f5;
  border: none;
  outline: none;
}

.form-item input[type="text"],
.form-item input[type="email"],
.form-item input[type="number"] {
  width: 211px;
  height: 28px;
  outline: none;
  border-radius: 4px;
  border: none;
  padding: 5px 10px;
  box-sizing: border-box;
  background: #f6f4f5;
}

.form-item textarea {
  width: 211px;
  border-radius: 4px;
  padding: 10px 10px;
  box-sizing: border-box;
  background: #f6f4f5;
  border: none;
  outline: none;
}
.close-btn {
  position: absolute;
  right: 20px;
  top: 16px;
  font-size: 20px;
  cursor: pointer;
}
.submit-form {
  height: 85px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 60px;
}

.input-box {
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  display: flex;
  width: 700px;
  justify-content: center;
  align-items: center;
}

.input-box input {
  width: 197px;
  height: 30px;
  border: 1px solid rgba(248, 248, 248, 1);
  border-radius: 3px 0px 0px 3px;
  margin-left: 18px;
  background: transparent;
  font-size: 11px;
  padding-left: 11px;
  color: #e0e0e0;
}

.input-box button {
  padding: 9px 21px;
  box-sizing: border-box;
  color: #fff;
  background: #3fc72b;
  outline: none;
  border: none;
}
/**
* 导航栏适配1920
*/
@media screen and (min-width: 1920px) {
  .nav {
    height: 80px;
  }
  .nav-index-logo {
    width: 180px;
    height: 49px;
  }
  .nav-index-menus {
    height: 80px;
  }
  .li-son {
    top: 80px;
    font-size: 16px;
  }

  .pro-message-img-tips img {
    width: 32px;
    height: 25px;
  }
  .pro-box:nth-child(2) .pro-message-img-tips img,
  .pro-box:nth-child(3) .pro-message-img-tips img {
    width: 32px;
    height: 32px;
  }
  .pro-box:nth-child(4) .pro-message-img-tips img {
    width: 28px;
    height: 30px;
  }
  .resolve-items > div img {
    width: 80px;
    height: 80px;
    padding-bottom: 20px;
  }
  .resolve-items > div {
    padding-bottom: 30px;
  }
  .pro-message-img-tips {
    font-size: 16px;
  }
  .nav-index-menus-img {
    width: 33px;
    height: 33px;
  }
  .nav-index-menus > ul li {
    font-size: 16px;
  }
  footer .footer-left-contact ul li,
  footer .footer-middle-resolve ul li,
  footer .footer-right ul li {
    font-size: 14px;
  }
  footer .footer-left {
    width: 400px;
  }
  .footer-left-contact {
    margin-left: 50px;
  }
  footer .footer-middle .footer-middle-pro > span,
  footer .footer-middle .footer-middle-resolve > span,
  footer .footer-right > span {
    font-size: 16px;
  }
  footer .footer-middle a,
  footer .footer-right a {
    font-size: 16px;
  }
  footer .copyright {
    font-size: 14px;
  }
}
